DX11 FINALIZE VERTEX LAYOUT
Finalizes the internal structure of the vertex layout.
You must call this function after adding all the elements you need to a vertex layout and before
using it with any shader / mesh data.
Take note that you cannot add any more elements to the vertex layout after finalizing it.
DX11 FINALIZE VERTEX LAYOUT vertLayout
vertLayout
Dword
The vertex layout to finalize the structure of.
This function does not return a value.
VERTEXLAYOUT Functions Menu
DX11 Function Categories